/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::selection {
    background-color: #3e7956;
    color: #fff;
}

::-moz-selection {
    background-color: #3e7956;
    color: #fff;
}

::-webkit-selection {
    background-color: #3e7956;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #3e7956;
}


ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}


textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;

}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="button"] {
    cursor: url(../images/Acur.png),
        default !important;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
            auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }


}


.clear {
    clear: both;
}



.webq_head_xx {
    width: 100%;
    height: auto;
}




/*询盘信息*/

.top_xunpanline {
    width: 1px;
    height: 32px;
    background: #d1d1d1;
    position: absolute;
    right: 181px;
    top: 0;
}


.top_xunpan {
    width: 236px;
    height: 36px;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    display: block;
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 0px;
    cursor: pointer;
}

.top_xunpan i {
    display: inline-block;
    background: #306ee5;
    color: #ffffff;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}



.top_xunpantxt {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 170px;
    padding-top: 16px;
    height: 0px;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: 3;
    text-align: center;
}

.top_xunpantxt h6 {
    height: 24px;
    line-height: 24px;
    background: #3e7956;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.top_xunpantxt ::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 58px;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #3e7956;
    z-index: 3;
}


.top_xunpan:hover .top_xunpantxt {
    height: auto;
    visibility: visible;
    top: 30px;
    opacity: 1;
}

/*询盘信息end*/



.webq_top_1 {
    width: 100%;
    height: 120px;
}


.webq_top_2 {
    max-width: 1780px;
    height: 122px;
    margin: 0 auto;
    position: relative;
}


.webq_top_logo2 {
    float: left;
    margin-top: 34px;
}

.webq_top_logo2 img {
    width: auto;
    display: block;
}

.webq_top_logo2 h1 {
    float: left;
}





.webq_top_tel {
    height: 50px;
    line-height: 50px;
    float: right;
    margin-top: 34px;
}

.webq_top_tel_an {
    width: 170px;
    height: 36px;
    float: left;
    margin-top: 5px;
}

.webq_top_tel_an a {
    display: block;
    color: #fff;
    line-height: 36px;
    padding-left: 74px;
    background: url(../images/top_qq.png) no-repeat 42px #3e7956;
    border-radius: 18px;
}

.webq_top_tel_an a:hover {
    border-radius: 5px;
}


.webq_top_tel_txt {
    font-size: 16px;
    color: #666666;
    float: left;
    background: url(../images/t_tel.png) no-repeat 0;
    padding-left: 27px;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 30px;
}


.webq_top_tel_dh {
    float: left;
    font-size: 24px;
    color: #3e7956;
}



/*导航开始*/

.nav_xiala_xx {
    float: left;
    height: 30px;
    margin-left: 35px;
}


.nav_xiala {
    width: 100%;
    height: 120px;
    margin: 0 auto;
}

.nav_xiala ul li {
    float: left;
    width: 100px;
    height: 120px;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 5;
    margin-left: 8px;
}


.nav_xiala>ul>li>a {
    display: block;
    color: #666666;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    font-size: 16px;
}


.nav_xiala>ul>li>a b {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

.nav_xiala ul li p {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    display: none;
}

.nav_xiala ul li p a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #3e7956;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;

}



.nav_xiala ul li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/menu_ah.png) no-repeat center bottom #3e7956;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}


.nav_xiala ul li:hover:after {
    opacity: 1;
}


.nav_xiala ul li:hover {}

.nav_xiala ul li:hover>a {
    color: #fff;
}


.nav_xiala>ul>li>a:hover {
    color: #fff;
}


.nav_xiala .erji_xiala {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 20;
    height: 0px;
    visibility: hidden;
    min-width: 100%;
    /*和一级栏目一样宽度*/
}

.nav_xiala .erji_xiala i {
    display: block;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: #306ee5;
    position: relative;
}

.nav_xiala .erji_xiala i a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    color: #FFF;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_xiala .erji_xiala i a:hover {
    color: #FFF;
}

.nav_xiala .erji_xiala i:hover {
    background: #333333;
}

.nav_xiala .erji_xiala i a {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav_xiala .erji_xiala i a:hover {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala ul li:hover .erji_xiala {
    height: auto;
    visibility: visible;
}

.nav_xiala .erji_xiala i {
    opacity: 0;
    transform: rotateY(90deg);
    transition: .5s;
}

.nav_xiala ul li:hover .erji_xiala i {
    opacity: 1;
    transform: rotateY(0);
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(1) {
    transition-delay: 50ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(2) {
    transition-delay: 100ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(3) {
    transition-delay: 150ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(4) {
    transition-delay: 200ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(5) {
    transition-delay: 250ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(6) {
    transition-delay: 300ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(7) {
    transition-delay: 350ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(8) {
    transition-delay: 400ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(9) {
    transition-delay: 450ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(10) {
    transition-delay: 500ms;
}

.nav_xiala .erji_xiala i:nth-child(1) {
    transition-delay: 500ms;
}

.nav_xiala .erji_xiala i:nth-child(2) {
    transition-delay: 450ms;
}

.nav_xiala .erji_xiala i:nth-child(3) {
    transition-delay: 400ms;
}

.nav_xiala .erji_xiala i:nth-child(4) {
    transition-delay: 350ms;
}

.nav_xiala .erji_xiala i:nth-child(5) {
    transition-delay: 300ms;
}

.nav_xiala .erji_xiala i:nth-child(6) {
    transition-delay: 250ms;
}

.nav_xiala .erji_xiala i:nth-child(7) {
    transition-delay: 200ms;
}

.nav_xiala .erji_xiala i:nth-child(8) {
    transition-delay: 150ms;
}

.nav_xiala .erji_xiala i:nth-child(9) {
    transition-delay: 100ms;
}

.nav_xiala .erji_xiala i:nth-child(10) {
    transition-delay: 50ms;
}

.nav_xiala .sanji_xiala {
    max-width: 500px;
    height: 0px;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 100%;
    /*和一级栏目一样left*/
}

.nav_xiala .sanji_xiala span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
    display: block;
    background: #1f63e6;
    text-align: left;
    opacity: 0;
}


.nav_xiala .sanji_xiala span a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_xiala .sanji_xiala span a:hover {
    color: #FFF;
}


.nav_xiala .sanji_xiala span a {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 100% 0%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav_xiala .sanji_xiala span a:hover {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala .sanji_xiala_di {
    background: url(../images/liqsub_ss.png) no-repeat center;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 5px;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala {
    height: auto;
    visibility: visible;
}

.nav_xiala .sanji_xiala span {
    opacity: 0;
    transform: rotateY(90deg);
    transition: .5s;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span {
    opacity: 1;
    transform: rotateY(0);
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1) {
    transition-delay: 50ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2) {
    transition-delay: 100ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3) {
    transition-delay: 150ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4) {
    transition-delay: 200ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5) {
    transition-delay: 250ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6) {
    transition-delay: 300ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7) {
    transition-delay: 350ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8) {
    transition-delay: 400ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9) {
    transition-delay: 450ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10) {
    transition-delay: 500ms;
}


.nav_xiala>ul>li.another {
    color: #fff;
}

.nav_xiala>ul>li.another:after {
    opacity: 1;
}

.nav_xiala>ul>li.another>a {
    color: #fff;
}





.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}


/*---*/

@media (max-width: 1780px) {

    .webq_top_tel {
        margin-right: 10px;
    }

    .webq_top_logo2 {
        margin-left: 10px;
    }

    .nav_xiala_xx {
        margin-left: 8%;
    }

    .webq_top_tel_an {
        display: none;
    }

}


@media (max-width: 1590px) {
    .nav_xiala_xx {
        margin-left: 5%;
    }

    .webq_top_tel_an {
        display: none;
    }

}



@media (max-width: 1560px) {
    .nav_xiala_xx {
        margin-left: 2%;
    }

    .webq_top_tel {
        display: none;
    }

}




/*---*/


.webq_bottom_contx {
    width: 100%;
    background: url(../images/b_bg.jpg) repeat-y center top;
}



.webq_bottom_cont {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}


.webq_bottom_1 {
    min-height: 271px;

}

.webq_bottom_logo {
    float: left;
}

.webq_bottom_logo img {
    display: block;
}


.webq_bottom_tite {
    height: 26px;
    line-height: 26px;
    color: #e0eaeb;
    font-size: 14px;
    text-transform: uppercase;
}


.webq_bottom_tite span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}



.two_bottom_er_box {
    float: right;
    margin-top: 53px;
}


.two_bottom_er_1 {
    float: left;
    width: 120px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: url(../images/er_bg.png) no-repeat 0 0;
    padding-top: 8px;
}

.two_bottom_er_1 img {
    width: 92px;
    height: 92px;
    padding: 6px;
    display: block;
    background: #fff;
    margin: 0 auto;
}

.two_bottom_er_1 h6 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 17px;
}

.two_bottom_er_ml {
    margin-left: 70px;
}


.webq_bottom_right {
    float: left;
    width: 655px;
    margin-left: 144px;
    margin-top: 50px;
}


.webq_bottom_4 {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding-top: 10px;
}


.webq_bottom_4 a {
    color: #fff;
}

.webq_bottom_4 a:hover {
    text-decoration: underline;
    color: #fff;
}

.webq_bottom_4 b {
    font-size: 26px;
}


.webq_bottom_5 {
    font-size: 14px;
    line-height: 38px;
    color: #999999;
}

.webq_bottom_5 a {
    color: #999999;
}

.webq_bottom_5 a:hover {
    color: #fff;
}

.webq_bottom_5 img {
    vertical-align: middle;
}



.webq_bottom_di {
    width: 100%;
    text-align: center;
    border-top: 1px solid #588c6d;
}

.webq_bottom_dicont {
    width: 1300px;
    margin: 0 auto;
    line-height: 30px;
    color: #e0eaeb;
    padding: 17px 0;
}


.webq_bottom_dicont a {
    color: #e0eaeb;
}

.webq_bottom_dicont a:hover {
    color: #fff;
    text-decoration: underline;
}

.webq_bottom_dicont img {
    vertical-align: middle;
}

.webq_bottom_dicont .b_l {
    float: left;
}

.webq_bottom_dicont .b_r {
    float: right;
}



/* 底部 结束 */



.in_yqlj_ss {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
}


.in_yqlj {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.in_yqlj_1 {
    float: left;
    width: 85px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    border-right: 1px solid #dddddd;
    margin-top: 5px;
    font-weight: bold;
}



.in_yqlj_2 {
    float: right;
    width: 1210px;
    line-height: 26px;
    color: #666666;
}

.in_yqlj_2 a {
    display: inline-block;
    padding: 0 20px 0 20px;
    color: #666666;
}

.in_yqlj_2 a:hover {
    text-decoration: underline;
    color: #3e7956;
}

.nav_xiala ul li p a:hover{
    background: #333;
}


#wjdh-kefu{ text-align:center; width:140px; position:fixed; z-index:9999999999;}
#wjdh-kefu .wjdh-kefu-open{ width:130px; padding:10px 5px; position:fixed; top:150px; right:0; background:#fff; border:3px solid #3e7956;}
#wjdh-kefu .wjdh-kefu-top{ height:55px; position:relative;}
#wjdh-kefu .wjdh-kefu-top em{ position:absolute; left:-30px; top:-30px; padding:5px; background:#fff; border-radius:50%; display:block; width:35px; height:35px; border:3px solid #3e7956;}
#wjdh-kefu .wjdh-kefu-top svg{ display:block; width:35px; height:35px; fill:#3e7956;}  
#wjdh-kefu .wjdh-kefu-top span{ position:absolute; right:0; top:-5px; display:block; width:24px; height:24px; cursor:pointer; border-radius:50%; color:#3e7956; border:1px solid #3e7956;}
#wjdh-kefu .wjdh-kefu-top b{ text-align:center; font-size:16px; line-height:24px; color:#3e7956;}
#wjdh-kefu .wjdh-kefu-top b i{ font-family:Arial; text-transform:uppercase; font-size:12px;}
#wjdh-kefu .wjdh-kefu-tel{  line-height:25px; color:#3e7956;}
#wjdh-kefu .wjdh-kefu-tel span{ font-size:15px; font-weight:bold; padding-top:10px; display: block;}
#wjdh-kefu .wjdh-kefu-tel p{ font-family:Arial; font-size:18px;}
#wjdh-kefu .wjdh-kefu-qq{ padding:10px 5px; border-radius:10px 10px 0 0; border:1px solid #3e7956; border-bottom:0;}
#wjdh-kefu .wjdh-kefu-qq a{ width:98px; height:30px; padding:5px 10px; border-radius:5px; display:block; margin-top:5px; background:#3e7956;}
#wjdh-kefu .wjdh-kefu-qq img{ float:left; display:block; width:16px; margin:auto;margin-top: 5px;}
#wjdh-kefu .wjdh-kefu-qq span{ float:left; padding-left:10px; font-size:14px; font-weight:bold; color:#fff; border-left:1px solid #fff; display:block; text-align:left; line-height:20px; margin:5px 0 5px 10px; width:51px; height:20px; overflow:hidden;}
#wjdh-kefu .wjdh-kefu-erweima{ padding-bottom:5px; border-radius:0 0 10px 10px; font-size:14px; color:#333; border:1px solid #3e7956; border-top:0;}
#wjdh-kefu .wjdh-kefu-erweima img{ width:110px; height:110px;}
#wjdh-kefu .wjdh-kefu-erweima span{ font-weight:bold; line-height:30px;display: block;}
#wjdh-kefu .wjdh-kefu-close{ width:45px; height:180px; border-radius:10px 0 0 10px; cursor:pointer;position:fixed; top:180px; right:-45px; color:#fff; background:#3e7956;}
#wjdh-kefu .wjdh-kefu-close p{ font-size:18px; width:20px; margin:auto; line-height:20px; height:92px; padding:35px 0 8px; font-weight:bold;}
#wjdh-kefu .wjdh-kefu-close span{ border:1px solid #fff; padding:2px 8px 4px; cursor:pointer; border-radius:50%;}

#wjdh-kefu .wjdh-kefu-erweima1{
    border-bottom: 0;
    border-radius: 0;
}
